home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / windows / editprog / uk60a.exe / SETUP.BAT < prev   
DOS Batch File  |  1994-03-09  |  998b  |  40 lines

  1. echo off
  2. cls
  3. @echo.
  4. @echo.
  5. @echo.
  6. @echo.
  7. @echo.
  8. @echo Running SETUP.BAT will expand the files 
  9. @echo necessary to perform the Word 6.0a patch 
  10. @echo upgrade. Note that it will not actually 
  11. @echo perform the upgrade itself. After expanding 
  12. @echo all files, please read UPGRADE.DOC for 
  13. @echo instructions on performing the Word 6.0a 
  14. @echo upgrade.
  15. @echo.
  16. pause
  17. rename _mssetup.ex_ build6a.exe
  18. build6a.exe -d
  19. echo off
  20. cls
  21. @echo.
  22. @echo.
  23. @echo.
  24. @echo.
  25. @echo To use the Word 6.0a patch, please read 
  26. @echo the text file, README.TXT, as well as the
  27. @echo Word for Windows document, UPGRADE.DOC.
  28. @echo These files contain important information
  29. @echo on properly performing the upgrade.
  30. @echo.
  31. @echo CAUTION: This patch is designed to be used
  32. @echo ONLY with the English/UK version of Word 6.0,
  33. @echo standalone installations. Do not use this 
  34. @echo patch to upgrade any other version, or 
  35. @echo network installation, of Word 6.0.
  36. @echo.
  37. pause
  38. del build6a.exe
  39. cls
  40.